home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / earkit / useful / hsc / src_docs / require.hsc < prev    next >
Text File  |  1997-01-21  |  2KB  |  44 lines

  1. <WEBPAGE chapter="hsc - " title="Requirements"
  2.     prev="about.html"
  3.     next="distrib.html">
  4.  
  5. <H2>System requirements</H2>
  6.  
  7. <STRONG>Memory:</STRONG> Well, this mostly depends on your input-data. 
  8. To process reasonable sized pages, about 300K of free ram should be enough. 
  9. For large pages
  10. and projects using loads of documents, this can increase to 1MB or even
  11. more, so your machine should have at least 2MB of memory.<BR>
  12.  
  13. <STRONG>Stack:</STRONG> A stack value of12KB usually should be sufficient; 
  14. at least, this worked for these documents.<BR>
  15.  
  16. <STRONG>AmigaOS and CPU:</STRONG> Basically, it works on an 
  17. A2000 with AmigaOS 2.04 and a plain 68000,
  18. but as this isn't much fun, the binaries are compiled for 68020. 
  19. As <hsc> is not one of the fastest, a 68040 is recommended.<BR>
  20.  
  21. <H2>Knowledge requirements</H2>
  22.  
  23. <P><hsc> is not a tool for beginners. It does not make html easier. It only
  24. makes it a bit less painful and brain-damaged - that's all. Therefor, these
  25. documents assume that you are already familiar with html.
  26. There exist several sources for beginners, and this won't be
  27. page #1876545 which lists these sources (But I'm frightened, the
  28. section about <ln_related> has degenerated to one of these pages..).</P>
  29.  
  30.  
  31. <P>If you also want to utilize the <A HREF="project/index.html">project management
  32. capabilities</A>, you should also know how to work with <make> and write
  33. your own <Makefile>s.</P>
  34.  
  35. <P>For several other advanced topics, it is required to have some 
  36. experiences with any programming language.
  37. Rexx is fully sufficient for these task, and most examples and some
  38. supporting stuff is written in this language.</P>
  39.  
  40. <P>As <hsc> is a CLI-only tool, any knowledge of how to work with
  41. mouse and icons is not required.</P>
  42.  
  43. </WEBPAGE>
  44.